home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / BumperCar 2.0 (demo).dmg / BumperCar 2.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-02-06  |  2KB  |  70 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>webloc</string>
  13.             </array>
  14.             <key>CFBundleTypeMIMETypes</key>
  15.             <array>
  16.                 <string>text/html</string>
  17.             </array>
  18.             <key>CFBundleTypeName</key>
  19.             <string>WebPageDocument</string>
  20.             <key>CFBundleTypeOSTypes</key>
  21.             <array>
  22.                 <string>????</string>
  23.             </array>
  24.             <key>CFBundleTypeRole</key>
  25.             <string>Editor</string>
  26.             <key>LSTypeIsPackage</key>
  27.             <false/>
  28.             <key>NSDocumentClass</key>
  29.             <string>BCWebDocumentController</string>
  30.         </dict>
  31.     </array>
  32.     <key>CFBundleExecutable</key>
  33.     <string>BumperCar 2</string>
  34.     <key>CFBundleGetInfoString</key>
  35.     <string>BumperCar 2.07 ¬© 2005 Freeverse</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>bumpercar</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.freeverse.bumpercar</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleSignature</key>
  45.     <string>FVBC</string>
  46.     <key>CFBundleURLTypes</key>
  47.     <array>
  48.         <dict>
  49.             <key>CFBundleTypeRole</key>
  50.             <string>Viewer</string>
  51.             <key>CFBundleURLName</key>
  52.             <string>Web site URL</string>
  53.             <key>CFBundleURLSchemes</key>
  54.             <array>
  55.                 <string>http</string>
  56.                 <string>https</string>
  57.             </array>
  58.             <key>LSIsAppleDefaultForScheme</key>
  59.             <true/>
  60.         </dict>
  61.     </array>
  62.     <key>CFBundleVersion</key>
  63.     <string>2.07</string>
  64.     <key>NSMainNibFile</key>
  65.     <string>MainMenu</string>
  66.     <key>NSPrincipalClass</key>
  67.     <string>NSApplication</string>
  68. </dict>
  69. </plist>
  70.